home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / uupc11xd.zip / TB1000.MDM < prev    next >
Text File  |  1991-10-27  |  7KB  |  123 lines

  1. # *--------------------------------------------------------------------*
  2. # *   (Contributed by Mike Lipsie ...)                                 *
  3. # *                                                                    *
  4. # *   We were (sadly, past tense) using a T1000.  If you don't         *
  5. # *   have a MDM file for it I thought you might like one.  We         *
  6. # *   only used it for outgoing calls so I doubt in Answer stuff       *
  7. # *   is any good, but ...                                             *
  8. # *--------------------------------------------------------------------*
  9.  
  10. # *--------------------------------------------------------------------*
  11. # *         Modem configuration file for UUPC/extended for Trail       *
  12. #*          Blazer T1000.  Send questions to help@kew.com              *
  13. # *--------------------------------------------------------------------*
  14.  
  15. # *--------------------------------------------------------------------*
  16. # *          Begin information common to dial in and dial out          *
  17. # *--------------------------------------------------------------------*
  18.  
  19. # *--------------------------------------------------------------------*
  20. # *     Delay between characters sent to the modem.  Allows            *
  21. # *     time for echoing characters sent if the modem is brain         *
  22. # *     damaged.  Unlike other values in this file, the value is       *
  23. # *     in Milliseconds (1/1000 second).                               *
  24. # *--------------------------------------------------------------------*
  25. CharDelay=0
  26.  
  27. # *--------------------------------------------------------------------*
  28. # *     Time in seconds allowed for the modem to respond for           *
  29. # *     commands which do not otherwise have configuration             *
  30. # *     parameters.                                                    *
  31. # *--------------------------------------------------------------------*
  32. ModemTimeout=3
  33.  
  34. # *--------------------------------------------------------------------*
  35. # *     Port used by this modem                                        *
  36. # *--------------------------------------------------------------------*
  37. Device=COM2
  38.  
  39. # *--------------------------------------------------------------------*
  40. # *     Initialize string for the modem; the actual commands, like     *
  41. # *     all the commands in this file, are for the Hayes SmartModem    *
  42. # *     2400.                                                          *
  43. # *--------------------------------------------------------------------*
  44. #Initialize="" "" "" \dATZ OK \dATE0X1S0=0 OK \d\c
  45. Initialize="" "" "" \dAT&F&C1&D2&Q0~s111=30 OK \d\d\c
  46.  
  47. # *--------------------------------------------------------------------*
  48. # *     Option "fixedspeed" forces the modem support code to not       *
  49. # *     autobaud the modem.  This is useful for highspeed modems like  *
  50. # *     the Telebit Trailblazer which run at a higher serial port      *
  51. # *     speed than the actual line speed.  The default,                *
  52. # *     "nofixedspeed", should be used for the Hayes SmartModem        *
  53. # *     1200/2400 and clones.                                          *
  54. # *--------------------------------------------------------------------*
  55. options=fixedspeed
  56.  
  57. # *--------------------------------------------------------------------*
  58. # *                 Begin outgoing dialing information                 *
  59. # *--------------------------------------------------------------------*
  60.  
  61. # *--------------------------------------------------------------------*
  62. # *     Prefix for dialing                                             *
  63. # *--------------------------------------------------------------------*
  64. DialPrefix=ATDT
  65.  
  66. # *--------------------------------------------------------------------*
  67. # *     Suffix for dialing.  Normally not needed if the command is     *
  68. # *     terminated by the default character return                     *
  69. # *--------------------------------------------------------------------*
  70. #DialSuffix=
  71.  
  72. # *--------------------------------------------------------------------*
  73. # *       Time in seconds for the modem to connect after dialing       *
  74. # *--------------------------------------------------------------------*
  75. DialTimeout=40
  76.  
  77. # *--------------------------------------------------------------------*
  78. # *     The string expected after dialing.  This can be a full         *
  79. # *     chat script, although if the fixedspeed option is not set      *
  80. # *     (nofixedspeed) UUIO will expect the modem speed to follow      *
  81. # *     the connect string.  This is also true for Answer, below       *
  82. # *--------------------------------------------------------------------*
  83. Connect=CONNECT
  84.  
  85. # *--------------------------------------------------------------------*
  86. # *      Timeout for scripts in the SYSTEMS file for this modem.       *
  87. # *--------------------------------------------------------------------*
  88. ScriptTimeout=30
  89.  
  90. # *--------------------------------------------------------------------*
  91. # *     Beginning of information for incoming calls.  Note that if     *
  92. # *     you never plan to let UUIO answer the phone by invoking it     *
  93. # *     in passive mode via the "-r 0" flag, you need not give         *
  94. # *     these keywords real values, although they must be defined.     *
  95. # *--------------------------------------------------------------------*
  96.  
  97. # *--------------------------------------------------------------------*
  98. # *                 Speed to answer the telephone at                   *
  99. # *--------------------------------------------------------------------*
  100. InSpeed=2400
  101.  
  102. # *--------------------------------------------------------------------*
  103. # *     A send expect string for the phone to ring; you can also       *
  104. # *     use this to turn on autoanswer -- See SX1200 for an example.   *
  105. # *     A disadvantage to this that we wait a VERY long time           *
  106. # *     (hours) waiting for each string in the ring sequence if        *
  107. # *     needed.                                                        *
  108. # *--------------------------------------------------------------------*
  109. Ring=RING
  110.  
  111. # *--------------------------------------------------------------------*
  112. # *     What we do when the phone rings; in this example, we tell      *
  113. # *     it to answer the phone.  If the phone was answered by the      *
  114. # *     Ring string above, this can the empty string ("").             *
  115. # *--------------------------------------------------------------------*
  116. Answer="" \dATA CONNECT
  117.  
  118. # *--------------------------------------------------------------------*
  119. # *     How much time we have for the expect strings to be             *
  120. # *     responded to in the Answer string above.                       *
  121. # *--------------------------------------------------------------------*
  122. AnswerTimeout=30
  123.